-
-
Notifications
You must be signed in to change notification settings - Fork 418
refactor(preview_panel): mvc split #952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(preview_panel): mvc split #952
Conversation
Should be ready for review now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this! Everything looks good for the most part, just found one bug with the preview panel - when updating the name of a tag, visually it doesn't update and instead throws this error:
Traceback (most recent call last):
File "/Users/cyanvoxel/Files/GitHub/TagStudio/src/tagstudio/qt/view/widgets/preview_panel_view.py", line 145, in set_selection
if len(selected) == 0:
^^^^^^^^^^^^^
TypeError: object of type 'bool' has no len()
fixed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for your work on this!
Summary
Splits the current preview panel into View and Controller in accordance with the proposal in #950.
Tasks Completed